git remove file from tracking

97

git rm --cached <file_name>
git rm --cached <file>

git rm -r --cached <folder>
git update-index --assume-unchanged <file>

Comments

Submit
0 Comments